missed a spelling change

Judy Ngai 9 years ago
parent
commit
94b621f5e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/aftership_agent.rb

+ 1 - 1
app/models/agents/aftership_agent.rb

@@ -10,7 +10,7 @@ module Agents
10 10
 
11 11
       To be able to use the Aftership API, you need to generate an `API Key`. You need a paying plan to use their tracking feature.
12 12
 
13
-      You can use this agent to retrieve tracking data. You have to provide a specific `get` request and its associated option.
13
+      You can use this agent to retrieve tracking data. You have to provide a specific `path` request and its associated option.
14 14
  
15 15
       To get all trackings for your packages please enter `path` for key and `trackings` for the option.
16 16
       To get tracking for a specific tracking number, add the extra keys `slug`, `tracking_number` and their associated values. Set `single_tracking_request` to true.